How to Remove the Arrow of Input Type= Number in Firefox Browser

103

How to Remove the Arrow of Input Type= "Number" in Firefox Browser -

-webkit-appearance: none !important;
}

input[type="number"] {
    -moz-appearance: textfield;
}

Comments

Submit
0 Comments